home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0399 / 373 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  606 b 

  1. Date: Thu, 9 Jun 1994 01:42:05 -0400 (EDT)
  2. From: Timothy Miller <millert@undergrad.csee.usf.edu>
  3. Subject: Re: Key Short-Cuts
  4. To: gem-list@world.std.com
  5. In-Reply-To: <m0qBSSt-0000f2C@sdf.lonestar.org>
  6. Message-Id: <Pine.3.87.9406090105.B26810-0100000@undergrad>
  7. Mime-Version: 1.0
  8. Precedence: bulk
  9.  
  10. I agree with Evan.  Replacing the key table is a bad idea.  To 
  11. distinguish between Ctrl-H and Backspace, you know that the code for 
  12. Backspace isn't going to change, so Ctrl-H is something with the same 
  13. ascii code but a different scancode, regardless of where on the keyboard 
  14. it is.  Simple to check for.
  15.  
  16.  
  17.